home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 11 / cd.iso / pc / PC / demos / hypercieve / Insigma Demonstrations / site / insigma.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-10-05  |  959 b   |  65 lines

  1. /*
  2.  *
  3.  * insigma.css
  4.  * Insigma demo main stylesheet
  5.  * (c) Copyright Insigma Technologies 1999
  6.  *
  7.  * 1999/01/26 sgb
  8.  */
  9.  
  10. body
  11. {
  12.     bgcolor: #FFFCF2;
  13. }
  14.  
  15. p
  16. {     font-size: 8pt;
  17.     font-family: verdana,helvetica,sans-serif;
  18.     color: #666AFA;
  19. }
  20.  
  21. .menuon
  22. {    font-size: 12pt;
  23.     font-weight: bold;
  24.     color: #FF0000;
  25. }
  26.  
  27. a:link
  28. {    font-size: 12pt;
  29.     font-family: verdana,helvetica,sans-serif;
  30.     color: #666AFA;
  31.     line-height: 140%;
  32.     text-decoration: none;
  33. }
  34.  
  35. a:active
  36. {    font-size: 12pt;
  37.     font-family: verdana,helvetica,sans-serif;
  38.     color: #FF0000;
  39.     line-height: 140%;
  40.     text-decoration: none;
  41. }
  42.  
  43. a:visited
  44. {    font-size: 12pt;
  45.     font-family: verdana,helvetica,sans-serif;
  46.     color: #666AFA;
  47.     line-height: 140%;
  48.     text-decoration: none;
  49. }
  50.  
  51. a:hover
  52. {    font-size: 12pt;
  53.     font-family: verdana,helvetica,sans-serif;
  54.     color: #FF0000;
  55.     line-height: 140%;
  56.     text-decoration: none;
  57. }
  58.  
  59.  
  60. .large
  61. {
  62. font-size : 24pt;
  63. line-height : 120%;
  64. }
  65.